home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 30 / PC Gamer IT CD 30 1-2.iso / BOSDEMO / BOSSW11.EXE / data1.cab / Program_Executable_Files / bos.exe / 0 / RCDATA / TORDERDLG / TORDERDLG.txt
Text File  |  1998-01-16  |  1KB  |  66 lines

  1. object OrderDlg: TOrderDlg
  2.   Left = 77
  3.   Top = 85
  4.   Width = 563
  5.   Height = 367
  6.   ActiveControl = RichEdit1
  7.   Caption = 'Balls of Steel Order Form'
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object RichEdit1: TRichEdit
  17.     Left = 0
  18.     Top = 0
  19.     Width = 555
  20.     Height = 301
  21.     Align = alClient
  22.     Lines.Strings = (
  23.       '')
  24.     ReadOnly = True
  25.     ScrollBars = ssBoth
  26.     TabOrder = 0
  27.     WantReturns = False
  28.   end
  29.   object Panel1: TPanel
  30.     Left = 0
  31.     Top = 301
  32.     Width = 555
  33.     Height = 39
  34.     Align = alBottom
  35.     BevelOuter = bvNone
  36.     TabOrder = 1
  37.     object OKBtn: TButton
  38.       Left = 9
  39.       Top = 8
  40.       Width = 75
  41.       Height = 25
  42.       Cursor = 1
  43.       Cancel = True
  44.       Caption = 'OK'
  45.       Default = True
  46.       ModalResult = 1
  47.       TabOrder = 0
  48.     end
  49.     object PrintBtn: TButton
  50.       Left = 95
  51.       Top = 8
  52.       Width = 75
  53.       Height = 25
  54.       Cursor = 1
  55.       Caption = 'Print'
  56.       TabOrder = 1
  57.       OnClick = PrintBtnClick
  58.     end
  59.   end
  60.   object PrintDialog1: TPrintDialog
  61.     Options = [poPrintToFile, poHelp]
  62.     Left = 519
  63.     Top = 306
  64.   end
  65. end
  66.